/* Unessential CSS - Just here to make this sample page prettier */

.wrapper {
    margin: 0 auto;
    max-width: 1060px;
    padding: 1px 1em;
    height: 100%;
}
header:after {
    content: " ";
    display: table;
    clear: both;
}
.main .dev-output pre {
    overflow: auto;
    max-height: 500px;
    background-color: #EBF4FD;
    padding: 0 1em 1em;
}
/*.brand {
    float: left;
    height: 80px;
}*/
.brand p {
    margin: 0;
}
.logo {
    font-size: 1.4em;
    line-height: 40px;
    margin: 20px 0 0;
    width: 100px;
    height: 40px;
    background-color: #3C97D5;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
    float: left;
    text-decoration: none;
    color: #fff;
    padding: 0;
}

.rm-toggle.rm-button {
    margin-top: 25px;
    width: 50px;
}

.rm-css-animate.rm-menu-expanded {
    max-height: none;
    display: block;
}
.rm-container.rm-layout-expanded {
    float: right;
}
.rm-nav li a,
.rm-top-menu a {
    padding: .75rem 1.4rem;
    font-size: 1.1em;
    line-height: 1.1rem;
    text-transform: uppercase;
}
.rm-layout-expanded .rm-nav > ul > li > a,
.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
    height: 80px;
    line-height: 80px;
    transition: color 1s;
    -moz-transition: color 1s;  /* Firefox 4 */
    -webkit-transition: color 1s;   /* Safari 和 Chrome */
    -o-transition: color 1s;
}
.hover{color: #E53235 !important;}
.rm-menu-item a:hover{color: #E53235;}
.rm-menu-mode{background-color: #fbfbfb;}
.rm-menu-mode li>a{font-size: 1rem;}
.rm-menu-mode-one{background-color: #eeeeee;}

.main {
    background-image: url("../images/cloud.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    min-height: 100%;
    padding-top: 1px;
}
.tagline {
    width: 360px;
    font-size: 1.75em;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    text-align: center;
    margin: 275px auto;
    color: #1A88D3;
}
.tagline strong {
    font-size: 1.3em;
}
.dev-output {
    background-color: #e1eaf3; /* fall-back */
    background-color: rgba(255,255,255,.85);
    color: #000;
    padding: 2em;
    margin-bottom: 2em;
}

@media (max-width: 800px){
    .rm-nav{position: fixed;width: 94%;margin: 0px 3%;top: 118px;right: 0%;background-color: #171717;}
    .rm-nav li a, .rm-menu-item a{color: #fff;}
    .hover{background-color: #E53235 !important;color: #fff !important;}
    .rm-menu-mode {background-color: #222222;}
}
